func bytes.trimLeftASCII
3 uses
bytes (current package)
bytes.go#L923: return trimLeftASCII(trimRightASCII(s, &as), &as)
bytes.go#L942: return trimLeftASCII(s, &as)
bytes.go#L958: func trimLeftASCII(s []byte, as *asciiSet) []byte {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)